Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IReadonlyArray<T> Interface
The type of items.
Members


IReadonlyArray<T> Interface
Represents a read-only array of items which are declared as T type.
Syntax
'Declaration
 
Public Interface IReadonlyArray(Of T) 
 
'Usage
 
Dim instance As IReadonlyArray(Of T)
Type Parameters
T
The type of items.
See Also